Global Index
HTML5 JS API Index
>
File System API
Tutorials & Specs
FileEntrySync
Extends
EntrySync
.
This interface represents a file on a file system.
Operations
FileWriterSync
createWriter
()
Creates a new FileWriterSync associated with the file that this FileEntrySync represents.
File
file
()
Returns a File that represents the current state of the file that this FileEntrySync represents.
Referenced by
DirectoryEntrySync
getFile
(...)